home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / virc96_1.zip / VIRC96.EXE / 0 / RCDATA / TMESSAGEDIALOG / TMESSAGEDIALOG.txt
Text File  |  1996-06-04  |  687b  |  36 lines

  1. object MessageDialog: TMessageDialog
  2.   Left = 251
  3.   Top = 128
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'MessageDialog'
  7.   ClientHeight = 61
  8.   ClientWidth = 333
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object TextPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 333
  20.     Height = 61
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BorderWidth = 4
  24.     TabOrder = 0
  25.     object ProgressGuage: TGauge
  26.       Left = 12
  27.       Top = 12
  28.       Width = 45
  29.       Height = 36
  30.       Kind = gkPie
  31.       BorderStyle = bsNone
  32.       Progress = 0
  33.     end
  34.   end
  35. end
  36.